Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
Web object URLs and PROPATH
You use standard URL notation to access Web objects from a browser. The following shows the general syntax:
host_nameSpecifies the Web server host name.
portSpecifies the port number of the Web Server. The port number is optional if the Web Server uses the default port number, which is 80. For example, if a Web Server’s port number is 88, the initial part of the URL might be specified as
/http://myhost:88.scripts_dirSpecifies the Web server scripts directory for a CGI or ISAPI Progress® WebSpeed® Messenger. Omit this component if you using an NSAPI Messenger.
messengerSpecifies the messenger name. For a CGI Messenger, you add the filename (or pathname relative to the scripts directory) of your CGI Messenger script. For an ISAPI Messenger, you add the filename (or pathname relative to the scripts directory) of the DLL (
wsisa.dll). For an NSAPI messenger, you add the filename of the DLL (wsnsa.dll).brokerSpecifies the WebSpeed broker name.
web_objectSpecifies the Web object name.
Finally, you add the pathname of the requested Web object, relative to the WebSpeed
PROPATHenvironment variable setting for your WebSpeed agents. ThePROPATHsetting is a list of directories or procedure libraries that a WebSpeed agent searches left-to-right in order to execute a Web object (or other SpeedScript procedure file). The Messenger passes the Web object pathname to the agent as part of the CGI environment (inPATH_INFO). The agent control program (web-disp.p) then searches for and executes the specified Web object or associated r-code.For more information on
PROPATHand WebSpeed URLs, see your OpenEdge Application Server: Administration .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |